home *** CD-ROM | disk | FTP | other *** search
/ InterCD 1999 June / june_1999.iso / Bookmarks / Compass / TEMPLATE / HTML List.tpl < prev    next >
Encoding:
Text File  |  1999-05-12  |  1.1 KB  |  51 lines

  1. #############################################################################
  2. # Compass Sample Export Template
  3. # HTML List.tpl
  4. #############################################################################
  5.  
  6.  
  7. #############################################################################
  8. # Definition of BOOKMARKS & FOLDERS blocks:
  9. #############################################################################
  10.  
  11. {BOOKMARKS}
  12.     <li><font size="-1"><a href="$URL$" target=compass>$TITLE$</a></font>
  13. {/BOOKMARKS}
  14.  
  15.  
  16. {FOLDERS}
  17. <li><b>$FOLDER$$TITLE$</b>
  18. <ol>
  19. $BOOKMARKS$
  20. </ol>
  21. <br>
  22. {/FOLDERS}
  23.  
  24. #############################################################################
  25. # The main output file:
  26. #############################################################################
  27.  
  28. {MAIN}
  29. <!doctype html public "-//w3c//dtd html 3.2 final//en">
  30. <html>
  31. <head>
  32. <title>My Bookmarks</title>
  33. </head>
  34.  
  35. <body bgcolor="#CCCCCC">
  36.  
  37. <ul>
  38. $FOLDERS$
  39. </ul>
  40.  
  41. <center><font size="-2">
  42. <hr size="1" width= "90%">
  43. Exported by Compass at ($DATE$ $TIME$)<br>
  44. Export Template - HTML List.tmp<br>
  45. </font></center>
  46.  
  47. </body>
  48. </html>
  49. {/MAIN}
  50.  
  51.